home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_053 / arcre / arcre.doc < prev    next >
Text File  |  1992-05-06  |  1KB  |  30 lines

  1.  
  2. ARCre - Create rename scripts so that files with long names can be
  3.         easily put into ARChives.
  4.  
  5. Here's how to use it:
  6.  
  7.   ARCre [file(s) to be ARCed...]         : Create the rename scripts.
  8.   execute ARCre.bat                      : Rename the files to be ARCed.
  9.   ARC a ARChive ARCfile.* execute.me     : Create the ARChive.
  10.   execute execute.me                     : Rename the files back.
  11.  
  12.   ARCre takes file names like the ARC program does.  (It will accept
  13.   the '*' wildcard.)  Two scripts are produced: "ARCre.bat" and
  14.   "execute.me".  The first one will rename the files to "ARCfile.#",
  15.   where '#' is 1,2,3,...  The second one will rename the files back
  16.   to their original names.
  17.  
  18. Copyright (c) 1987 John R. Hoffman
  19.  
  20. This program is placed in the public domain as long as the above
  21. copyright is included.  Sale of this program except for REASONABLE 
  22. media costs is prohibited.
  23.  
  24. The credit for the idea for this program goes to John Foust.
  25.  
  26. To create with MANX: cc ARCre.c
  27.                      ln ARCre.o -lc
  28.  
  29.                                      John Hoffman (Plink: JRH)
  30.